home *** CD-ROM | disk | FTP | other *** search
- object FormMain: TFormMain
- Left = 180
- Top = 127
- Width = 384
- Height = 253
- Caption = 'FormMain'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 120
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 208
- Top = 80
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'Edit1'
- end
- object Button2: TButton
- Left = 120
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 120
- Top = 144
- Width = 75
- Height = 25
- Caption = 'Button3'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-